home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / docs / howto / X11R3_getStarted < prev   
Encoding:
Text File  |  1992-12-14  |  1.9 KB  |  43 lines

  1.    Most of X11R3 is now available. In particular I compiled servers for
  2. the sun4s and the sun3s. No new servers for ds3100s, but the ultrix Xmfb.new
  3. server is now integrated into the rest of the world.
  4. Note that all servers now use pseudo-devices. This should relieve ds3100
  5. users who usually wait 2 minutes for X to start... (color ds3100 still
  6. have a problem with the rgb database).
  7.  
  8.    Essentially all of the X11R3 clients I could gather are also compiled.
  9. Please look in /X11R3/status for your favorite programs. If anything is
  10. missing, just let me know. I'm still having problems with: xload and
  11. xkill (note that a new f.kill function is available in uwm). I am NOT
  12. planning on supporting x1tox11 or xterm!
  13.  
  14.    I would like to encourage everyone to swith to X11R3 so that X11R2 can
  15. be phased out. OK, if you do the following, you'll be up and running R3:
  16.  
  17. 1. place /X11R3/cmds.$MACHINE in your path before /sprite/cmds.$MACHINE
  18.    and remove /X/cmds.$MACHINE
  19. 2. make sure you have no file called .xserverrc in your home directory (you
  20.    probably haven't).
  21. 3. restructure the way you start-up X. Copy the shell script which fires-up
  22.    all your clients into .xsetup and copy /mic/newuser/.xinitrc into your
  23.    home directory. .xinitrc initializes the server before any window pops
  24.    up and ends in starting the window manager and your login window. The
  25.    login window will execute your .xsetup script to bring up all other
  26.    clients.
  27. 4. to start X, simply type 'xinit'. That's IT!.
  28. 5. Let me know what goes wrong.
  29.  
  30. Thanks,
  31.     -Thorsten
  32.  
  33. NB: which servers are we using?
  34.     on sun3s:    the standard MIT distribution augmented with Sprite
  35.             pseudo-device code.
  36.     on sun4s:    the standard MIT distribution augmented with Sprite
  37.             pseudo-device code.
  38.     on ds3100:    for b/w machines the DEC server augmented with
  39.             Sprite pseudo-device code. On color machines the
  40.             DEC server without pseudo-device code. We have NO
  41.             source code for any of the DEC servers!
  42.     -Thorsten
  43.